editorconfig-core.el: Remove unneeded defaulting code
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 18 Jun 2024 21:27:37 +0000 (17:27 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 19 Jun 2024 20:18:58 +0000 (16:18 -0400)
commit55e19499a690241828dc4fc5ce7ab6b8209fe58e
treeccf1e3cf9fa650ea4d2296ddae0376d1e237091e
parent66d5bc292f1533b21b8fbe46291a0b4ec0b8cb53
editorconfig-core.el: Remove unneeded defaulting code

This code risks setting `tab-width` even when it's not
requested, and these rules are better handled in
`editorconfig--get-indentation` in any case.

* lisp/editorconfig-core.el (editorconfig-core-get-properties):
Delete function, unused.
(editorconfig-core-get-properties-hash): Comment out defaulting code.
lisp/editorconfig-core.el